home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-02-28 | 438 b | 29 lines | [TEXT/BROW] |
- //
- // File: background.h
- //
- // This file is the header for background.c.
- //
- // 2/18/95 -- Created by Mick
- //
-
- // shield
- #ifndef _background_h_
- #define _background_h_
-
- // include files
-
- // global defines
-
- // global typedefs
-
- // extern functions
-
- extern void startupBackground( void );
- extern void shutdownBackground( void );
- extern void restoreBackground( Rect *inRect );
-
- // extern data
-
- // end of shield
- #endif // #ifndef _background_h_
-